API Documentation
Public Member Functions | List of all members
nkGraphics::LightManager Class Reference

WIP, should not be used. More...

Inheritance diagram for nkGraphics::LightManager:

Public Member Functions

 ~LightManager ()
 
LightcreateLight (const char *lightNameStr)
 
LightgetLight (const char *lightNameStr)
 
nkMaths::Vector getAmbient () const
 
void setAmbient (const nkMaths::Vector &color)
 

Detailed Description

WIP, should not be used.

Manages the light available in the component. WIP, should not be used.

Constructor & Destructor Documentation

◆ ~LightManager()

nkGraphics::LightManager::~LightManager ( )

WIP.

Member Function Documentation

◆ createLight()

Light* nkGraphics::LightManager::createLight ( const char *  lightNameStr)

WIP.

◆ getLight()

Light* nkGraphics::LightManager::getLight ( const char *  lightNameStr)

WIP.

◆ getAmbient()

nkMaths::Vector nkGraphics::LightManager::getAmbient ( ) const

WIP.

◆ setAmbient()

void nkGraphics::LightManager::setAmbient ( const nkMaths::Vector color)

WIP.


The documentation for this class was generated from the following file: